home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / DragOverS.h.z / DragOverS.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  46 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /*   $XConsortium: DragOverS.h /main/9 1995/07/14 10:26:11 drk $ */
  12. /*
  13. *  (c) Copyright 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  14. #ifndef _XmDragOverS_h
  15. #define _XmDragOverS_h
  16.  
  17. #include <Xm/Xm.h>
  18. #include <Xm/DragC.h>
  19. #include <Xm/DragIcon.h>
  20.  
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24.  
  25.  
  26. /***********************************************************************
  27.  *
  28.  * DragOverShell Widget
  29.  *
  30.  ***********************************************************************/
  31.  
  32. /* Class record constants */
  33.  
  34. typedef struct _XmDragOverShellRec     *XmDragOverShellWidget;
  35. typedef struct _XmDragOverShellClassRec     *XmDragOverShellWidgetClass;
  36.  
  37. externalref WidgetClass    xmDragOverShellWidgetClass;
  38.  
  39. #ifdef __cplusplus
  40. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  41. #endif
  42.  
  43. #endif /* _XmDragOverS_h */
  44. /* DON'T ADD STUFF AFTER THIS #endif */
  45.  
  46.